![]() |
|
![]() |
![]() |
Instant Web Publishing Help |
|
FileMaker basics | |
|
|
Adding and viewing data |
|
|
|
Finding and sorting data | |
|
|
Troubleshooting |
|
|
|
FileMaker basics |
About database solutions
A database is a collection of information, or data, that you can organize, update, sort, search, and print. FileMaker solutions contain records that can be accessed from another copy of FileMaker on a Large Area Network (LAN) or from a web browser. The records consist of fields, which store and display the data.
Note: This document presents features available only when accessing FileMaker databases from a web browser. For information on working in FileMaker, see the documentation that came with the FileMaker product.
What are fields?
Fields store, calculate, and display the data you have entered into a record. The information you type or paste into a field is its value. Field values can be text, numbers, dates, and times. Each piece of information in a record -- like a name, address, or telephone number -- is stored in a field.
What are records?
Records are a collection of fields that contain data about a single activity, individual, subject, or transaction. To add data, you make a new record and enter data into the fields that belong to that record. After you create records in a file, you can edit them, sort them, or find a group of records that contain a particular value.
What are layouts?
Layouts display the records contained in a database solution. The layouts, created by the database designer using FileMaker Pro or FileMaker Developer, determine how data is organized for viewing, printing, reporting, finding, and entering data. When you change data in a field on a layout, the changes are reflected in the same field on all the layouts and views in the database.
See also
You can view and work with data in a FileMaker solution from a web browser in many ways. You can:
Note: Some features may be disabled by the database designer or administrator. For example, your user name might allow you to enter, but not delete records. Additionally, the database administrator can customize the interface and automate many features in buttons, which might invalidate some of the instructions in this document.
If you desire more flexibility and power, you may want to access the solution directly from FileMaker instead of a web browser. For example, with FileMaker Pro, you can:
For a complete list of features, visit www.filemaker.com.
See also
Web page doesn't display properly
The status area on the left side of the browser window provides access to many features. You can:
|
![]() |
![]() |
Status area in Browse mode |
Status area in Find mode |
To show the status area, click
the Show Status Area toggle .
To hide it, click Hide Status Area
.
If the status area toggle is dimmed, access has been restricted by the database administrator.
See also
You work with data in in Browse or Find mode. The current mode is displayed in the status area under the Home Page button. Change modes by clicking Browse or Find.
Use this mode |
To |
Toolbar icon |
Browse |
Work with the data in a file. You can add, view, change, sort, omit (hide), and delete records. |
![]() |
Find |
Search for particular records that match a set of criteria. |
![]() |
See also
To access a FileMaker solution on the web using Instant Web Publishing:
Note: Your user name determines the level of access you have to the data. For information on your access level, see the database administrator.
See also
Web page doesn't display properly
When you are finished, it is important to log out from the file before closing the browser window.
To end your session securely, click Log Out in the bottom of the status area, then quit the web browser application.
Important security considerations:
When printing FileMaker records from a web browser, you can only print the records you see onscreen. The status area and records that are not visible will not print. If you need to print all the records, talk to the database administrator about accessing the database solution with a copy of FileMaker Pro.
Note: Specific printer and print setup options depend on the web browser, printer and system software you're using. Refer to the printer and system documentation for more information.
Adding and viewing data |
To move from one record to another, click the book in the status area.
To move |
Show the Status Panel and do this |
|
To the next record in a file |
Click the right side of the book. |
|
To the previous record in a file |
Click the left side of the book. |
|
To a specific record |
Type the record number, then click Go to record. |
|
You add or duplicate records in Browse mode. FileMaker stores new records at the end of the file. In Browse mode, you see the new record after the current record, or after the last record in the found set.
To add a record:
To duplicate a record, click Duplicate
record ,
then click Submit.
Use the Edit record feature to permanently modify a record in the database.
To edit a record:Important: You cannot revert to the original values after clicking Submit.
See also
Navigating records in Browse mode
Change layouts to view the data in a different arrangement. To view data on a different layout, choose a layout from the Layout pop-up menu at the top of the status area.
See also
You can change the way records display and print on a particular layout by switching its view.
To view records | Under "View As" in the status area, choose |
Individually (one record per screen) |
Form |
In a list (five records display per screen, each as a separate copy of the layout/form) |
List |
In a table (twenty records display per screen, in a tabular format like spreadsheets) |
Table |
Note: When
viewing records in a list or table view, the current record is always
at the top of the screen. To view previous records, click the left
arrow in the book or enter a record number and click Go to Record
.
See also
Navigating records in Browse mode
In Browse mode, a solution has one current (selected) record at a time.
In this view |
The current record is |
View as Form |
The record you're displaying |
View as List or View as Table |
The record that's marked with a solid vertical bar along the left side. To work with another record, click in the record to make it current. |
Note: When
viewing records in a list or table view, the current record is always at
the top of the screen. To view previous records, click the left arrow in
the book or enter a record number and click Go to Record .
See also
Navigating records in Browse mode
When deleting a record from the database, you permanently discard the data that is entered in all the fields in that record.
To delete a record:
See also
Navigating records in Browse mode
Finding and sorting data |
Use Find mode to locate records based on search criteria. You type criteria (the value or values to find or to omit) into fields in one or more find request. Find requests are created, edited, deleted, and navigated like actual records.
When you perform the find, FileMaker searches through all the records, comparing your search criteria with the data in the file. Records with data matching the criteria become the found set, which is the subset of records displayed in Browse mode when the search is complete.
To find a record or group of records:
For example, to find records where the city = New York, click in the City field and type New York. You can also use one of the Symbols below to search different criteria.
To find values that are |
Use this operator |
Example |
Less than what you type next |
< |
<40 finds all the records less than 40 |
Less than or equal to what you type next |
<= |
<=05:00:00 finds all the records less than or equal to 5:00 |
Greater than what you type next |
> |
>05:00:00 finds all the records after 5:00 |
Greater than or equal to what you type next |
>= |
>=Smith finds all the records whose name is "Smith" and all records alphabetically after "Smith" |
An exact match, although the field may contain other values |
= (before criteria) |
=Smith finds all the records where the name is "Smith," including "John Smith," but not Smithson |
An exact match, in the order you specify, and the field contains no other values |
== (before criteria) |
==Smith finds all the records where the name is "Smith," but not "John Smith" or "Smithson" |
Within the range you specify |
... (3 periods) |
12:30 pm...7:30 pm finds all the records between 12:30 and 7:30 pm. |
Duplicate values |
! (exclamation point) |
! finds all the records that have duplicate values in a field |
Today's date |
// |
// finds all the records that have today's date |
Invalid dates or times |
? |
? finds all the records that have invalid dates or times |
One unknown or variable text character |
@ |
@on finds all the records that have 3 characters and end in "on," like "Don" |
Zero or more unknown or variable text characters |
* |
*smith* finds all the records that have "smith" in the name, like "Smithson," "Blacksmith" |
Literal text in a field (useful for searching on characters like ",") |
" " |
", Ltd." finds all the records that have ", Ltd." |
Empty fields (for example, records of unfilled orders) |
= (just type an equal sign) |
= finds all the records that have no values |
Additional tips
See also
Omitting records from a found set and viewing omitted records
To perform an AND search, specify one find request using multiple fields. For example, you can perform a search where City = New York AND Name = Smith.
To perform an OR search, where any search criteria is matched, you specify multiple find requests. For example, you can perform a search where City = New York OR Paris, or you can perform a search where City = New York OR Name = Smith.
Keep these points in mind:
See also
Omitting records from a found set and viewing omitted records
Constraining (narrowing) a found set
Extending (broadening) a found set
To find records which do not equal a specified value, you omit records with that criteria while performing a find. For example, to find all sales records except those for the city of London:
Finding some records while omitting others:
For example, to find vendors in the state of California, except those in Los Angeles:
Keep the following in mind:
You can also omit records from a found set after performing a find.
See also
Omitting records from the found set and viewing omitting records
Constraining (narrowing) a found set
Omit a record or a series of records to remove them from the found set. Omitted records are still in the database; they just aren't included in the found set.
To |
Expand the toolbar and do this |
|
Omit a specific record |
Display or select the record to omit, then click Omit record. |
![]() |
Omit multiple (consecutive) records |
Display or select the first record in a series of records to omit, then click Omit multiple. In the Omit Multiple dialog box, type the number of records to omit, then click Omit. |
![]() |
View the omitted set and hide the current found set |
Click Show omitted. |
![]() |
Reset the found set to include all records |
Click Show all records. |
![]() |
Keep these points in mind:
If you have a found set and you want to further reduce the number of records to match a more specific criteria, use the Constrain Found Set feature.
For example, you can add to a find request where Employees = Sales to find a specific employee:
The found set now consists of employees in Sales named Alvarez.
See also
If you have a found set and you want to expand the number of records to match additional criteria, use the Extend Found Set feature.
For example, after searching for customers in New York, you can broaden the search to also find customers in Hong Kong:
The found set now consists of customers in New York and Hong Kong.
See also
You can rearrange the order of the records by sorting the database. Records can be sorted in ascending order, descending order, or a custom order based on a list of predefined field values.
To sort records:
If you're viewing a layout in Table View, you can click the column header (the field name) to sort the table in ascending or descending order on that field.
The current record is displayed
in the top row of the table. To view the first record, for Record
Number, type 1 and click Go
to Record .
Or click the left arrow in the book to view previous records.
To restore the records to the
creation order, click Sort .
In the Sort dialog box,
click the Unsort button.
Note You can only sort by fields that are on the current layout.
See also
Can't find records after sorting
Troubleshooting |
If a page doesn't display correctly, check for the following:
If you can't find a feature, check for the following:
When you sort the database, the current record does not change. To view the records in sorted order starting with the first record or set of records, use the book in the status area to navigate to the first record.
See also
Navigating records in Browse mode
Copyright © 1994-2004, FileMaker, Inc. All rights reserved. FileMaker, Inc. is a subsidiary of Apple Computer, Inc.